home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / find_dif.swf / scripts / frame_284 / PlaceObject2_161_232 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-11-12  |  221b  |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(Number(display) == 5)
  3.    {
  4.       tellTarget("/cat")
  5.       {
  6.          display = 0;
  7.          tellTarget("/disp")
  8.          {
  9.             gotoAndPlay(14);
  10.          }
  11.       }
  12.    }
  13. }
  14.